textview: Fix cursor positioning oddities when scrolling through Pg Up/Down
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 8 Jul 2014 13:27:06 +0000 (15:27 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Jul 2014 01:14:41 +0000 (21:14 -0400)
commitea19e595a170cfdfbaaaa1d7ca784a1fb80b8a9c
treee6bf4c720a0a18efdae24f50434b8d5e12ea1b19
parent6aa851149598961f7e80d204d92f1b4c74783b87
textview: Fix cursor positioning oddities when scrolling through Pg Up/Down

Use the adjustment target value when repositioning the cursor, and remove the
checks that ensured the cursor was made onscreen immediately, as there will
be definitely a delay on animated adjustment changes.
gtk/gtktextview.c